home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 9 code / Faceless Background Apps / SDaemon.r < prev    next >
Encoding:
Text File  |  1995-06-11  |  600 b   |  24 lines  |  [TEXT/MPS ]

  1. #include "types.r"
  2. resource 'SIZE' (-1) {
  3.     reserved,
  4.     ignoreSuspendResumeEvents,
  5.     reserved,
  6.     canBackground,
  7.     needsActivateOnFGSwitch,
  8.     onlyBackground,
  9.     dontGetFrontClicks,
  10.     ignoreChildDiedEvents,
  11.     is32BitCompatible,
  12.     isHighLevelEventAware,
  13.     localAndRemoteHLEvents,
  14.     notStationeryAware,
  15.     dontUseTextEditServices,
  16.     reserved,
  17.     reserved,
  18.     reserved,
  19.     20480,  /* I made this want 20K  because that's about the minimum that */
  20.     20480    /* is at all reasonable.  Remember, when you're processing */
  21.             /* Apple events you will have lots of handles created in your */
  22.             /* heap by the AppleEvent Manager */
  23. };
  24.